POV-Ray : Newsgroups : povray.binaries.animations : Cloth Simulator (Latest Experiments) : Re: Cloth Simulator (Latest Experiments) Server Time
20 Jul 2024 15:22:58 EDT (-0400)
  Re: Cloth Simulator (Latest Experiments)  
From: Tony[B]
Date: 7 Mar 2001 17:13:41
Message: <3aa6b295@news.povray.org>
> Well yes, but I mean with out my having to setup a clock variable, etc.
> (which is a pain to do for just one image).

The only thing you would need the clock for is to make the animation.
Basically, what I do is this:

#declare File = concat("cloth",str(clock/clock_delta,0,0),".inc")
object {#include File ...}


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.